home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / ini.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  1.9 KB  |  83 lines

  1. object TPersHolder
  2.   P.Name = 'INI files'
  3.   P.Extensions.Strings = (
  4.     'INI files (*.ini)|*.ini')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       FISymbol = 4
  11.       UseSymbols = True
  12.       UseComments = True
  13.       UseSingleLineComments = True
  14.       UseFullLineComments = True
  15.       UseStrings = True
  16.       UseSingleLineStrings = True
  17.       BlockDelimiters = <>
  18.       SingleLineCommentDelimiters = <
  19.         item
  20.           FontID = 1
  21.           LeftDelimiter = '='
  22.         end>
  23.       FullLineCommentDelimiters = <
  24.         item
  25.           FontID = 2
  26.           LeftDelimiter = ';'
  27.         end>
  28.       SingleLineStringDelimiters = <
  29.         item
  30.           FontID = 3
  31.           LeftDelimiter = '['
  32.           RightDelimiter = ']'
  33.         end>
  34.     end>
  35.   P.FontTable = <
  36.     item
  37.       FontID = 0
  38.       GlobalAttrID = 'Reserved words'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clBlue
  41.       Font.Height = -13
  42.       Font.Name = 'Courier New'
  43.       Font.Style = []
  44.     end
  45.     item
  46.       FontID = 1
  47.       GlobalAttrID = 'Whitespace'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'Courier New'
  52.       Font.Style = []
  53.     end
  54.     item
  55.       FontID = 2
  56.       GlobalAttrID = 'Comment'
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clGray
  59.       Font.Height = -13
  60.       Font.Name = 'Courier New'
  61.       Font.Style = [fsItalic]
  62.     end
  63.     item
  64.       FontID = 3
  65.       GlobalAttrID = 'String'
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clBlack
  68.       Font.Height = -13
  69.       Font.Name = 'Courier New'
  70.       Font.Style = [fsBold]
  71.     end
  72.     item
  73.       FontID = 4
  74.       GlobalAttrID = 'Delimiters'
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clBlue
  77.       Font.Height = -13
  78.       Font.Name = 'Courier New'
  79.       Font.Style = []
  80.     end>
  81.   P.SyntaxVersion = 3
  82. end
  83.